@echo quit >> dejagnu.ps gs -sOUTPUTFILE=dejagnu.lpr -dNOPAUSE dejagnu.ps lpr -h -s -r dejagnu.lpr

# different targets for -ms, -mm, -me # Try to use a recent texi2roff. v2 was put on prep in jan91. # If you want an index, see texi2roff doc for postprocessing # and add -i to texi2roff invocations below. # Workarounds for texi2roff-2 (probably fixed in later texi2roff’s, delete # correspondint -e lines when later texi2roff’s are current) # + /d’ \ -e ’/^ -e ’s/{.*,,/{/’ \ -e ’s/ / /g’ \ -e ’s/^@alphaenumerate/

  1. /g’ \ -e ’s/^@end alphaenumerate/

/g’\ $(srcdir)/dejagnu.texi | \ $(TEXI2ROFF) -ms | \ sed -e ’s/—/\\(em/g’ \ >dejagnu.ms

# roff output (-mm) # ’’s removed due to texi2roff-2 mm bug; if yours is newer, # try leaving them in dejagnu.mm: $(srcdir)/dejagnu.texi sed -e ’/\\input texinfo/d’ \ -e ’/ -e ’/^/d’ \ -e ’/^ -e ’s/{.*,,/{/’ \ -e ’//d’ \ -e ’s/ / /g’ \ -e ’s/^@alphaenumerate/

  1. /g’ \ -e ’s/^@end alphaenumerate/

/g’\ $(srcdir)/dejagnu.texi | \ $(TEXI2ROFF) -mm | \ sed -e ’s/—/\\(em/g’ \ >dejagnu.mm

# roff output (-me) dejagnu.me: $(srcdir)/dejagnu.texi sed -e ’/\\input texinfo/d’ \ -e ’/ -e ’/^/d’ \ -e ’/^ -e ’s/{.*,,/{/’ \ -e ’s/ / /g’ \ -e ’s/^@alphaenumerate/

  1. /g’ \ -e ’s/^@end alphaenumerate/

/g’\ $(srcdir)/dejagnu.texi | \ $(TEXI2ROFF) -me | \ sed -e ’s/—/\\(em/g’ \ >dejagnu.me

######################################################################

clean: -rm -f *.o *~ \#* core dejagnu.aux dejagnu.cp dejagnu.dvi \ dejagnu.fn dejagnu.ky dejagnu.log dejagnu.pg dejagnu.toc \ dejagnu.tp dejagnu.vr dejagnu.cps dejagnu.fns dejagnu.kys \ dejagnu.pgs dejagnu.tps dejagnu.vrs dejagnu.info* dejagnu.1

realclean: clean -rm -f

install: all for i in $(MANPAGES) ; do \ $(INSTALL_DATA) $$i $(man1dir)/$(program_prefix)‘echo $$i |sed -e ’s.^*doc/@’‘ ; \ done

install-info: info for i in *.info* ; do \ $(INSTALL_DATA) $$i $(infodir)/$$i ; \ done

clean-info: -rm -rf *.info*

distclean: clean -rm -f Makefile config.status gdbme.c

Makefile : $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag) $(SHELL) ./config.status


This document was generated on January 16, 2023 using texi2html 5.0.